Class: Rational

Inherits:
Object
  • Object
show all
Defined in:
lib/guerilla.rb

Instance Method Summary collapse

Instance Method Details

#to_rbObject



56
57
58
# File 'lib/guerilla.rb', line 56

def to_rb
  to_s + "r"
end