Spreadsheet::Compatibility

Public Instance Methods

ivar_name(symbol) click to toggle source
# File lib/spreadsheet/compatibility.rb, line 8
def ivar_name symbol
  :"@#{symbol}"
end
method_name(symbol) click to toggle source
# File lib/spreadsheet/compatibility.rb, line 11
def method_name symbol
  symbol.to_sym
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.