class Fbe::Award::Bylaw

def intro(text)

Returns:
  • (String) - The introductory text

Parameters:
  • text (String) -- The introductory text to set
def intro(text)
  @intro = text
end