class Fable::Glue

Public Instance Methods

to_s() click to toggle source
# File lib/fable/glue.rb, line 3
def to_s
  return "Glue"
end