class Object

Public Instance Methods

to_hello_world() click to toggle source
# File lib/trying_models/core.rb, line 2
def to_hello_world
  "plugin! Hello World!"
end