Class: Foo

Inherits:
Object
  • Object
show all
Includes:
Thunder
Defined in:
lib/sample.rb

Instance Method Summary collapse

Instance Method Details

#bar(a) ⇒ Object



23
24
25
# File 'lib/sample.rb', line 23

def bar(a)
  p a
end

#baz(options = {}) ⇒ Object



30
31
32
# File 'lib/sample.rb', line 30

def baz(options = {})
  p options
end