module Import_Module::Baz

Public Instance Methods

hello() click to toggle source
# File lib/algebra/import-module.rb, line 471
def hello
  puts 'good-bye'
end