Method: Kernel#right

Defined in:
lib/cocoa/sugarcube-repl/kernel.rb

#right(*args) ⇒ Object Also known as: r



46
47
48
49
50
51
52
# File 'lib/cocoa/sugarcube-repl/kernel.rb', line 46

def right(*args)
  if self.nil?
    super
  else
    SugarCube::Repl.right(*args)
  end
end