class Risp::Splat

Public Instance Methods

inspect() click to toggle source
# File lib/risp.rb, line 18
def inspect
  "&#{name.to_s}"
end