class Forma::TextsConfig

Attributes

empty[RW]
table_empty[RW]

Public Class Methods

new() click to toggle source
# File lib/forma/config.rb, line 55
def initialize
  self.empty = '(empty)'
  self.table_empty = '(no data)'
end