Class: VirtualKeywords::Foo

Inherits:
Object
  • Object
show all
Defined in:
lib/virtual_keywords.rb

Instance Method Summary collapse

Instance Method Details

#hiObject



35
36
37
38
39
40
41
# File 'lib/virtual_keywords.rb', line 35

def hi
  if true
    :hi
  else
    :bye
  end
end