Method: Xampl::XamplObject#to_ruby

Defined in:
lib/xamplr/xampl-object.rb

#to_ruby(mentions = nil) ⇒ Object



164
165
166
167
# File 'lib/xamplr/xampl-object.rb', line 164

def to_ruby(mentions=nil)
  accessed
  return RubyPrinter.new(mentions).to_ruby(self)
end