In Files

Class/Module Index [+]

Quicksearch

Sexp

Public Instance Methods

perform_process_call(target_class) click to toggle source
# File lib/sexp.rb, line 7
def perform_process_call(target_class)
  exp = self[1..-1]
  exp.extend Clonable
  target_class.send("process_#{type}", exp)
end
type() click to toggle source
# File lib/sexp.rb, line 3
def type
  self[0]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.