Project

hindi_ruby

0.0
No commit activity in last 3 years
No release in over 3 years
A collection of hindi words for core Ruby methods. Makes Ruby code to read and write in hindi.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.7
~> 10.0
 Project Readme

hindi_ruby

Inspired by: https://github.com/sferik/active_emoji

Write ruby code in hindi.

  $ gem install hindi_ruby

Create script

  require 'hindi_ruby'

  यादी = ['पेन', 'वही']
  यादी.हरएक {|चीज| छापो चीज}
  $ ruby examples/print_array.rb 
  पेन
  वही

Why?

Cause why not? :D

Its work in progress..