class Object

Public Instance Methods

%(other = nil) click to toggle source
# File lib/paggio/css/unit.rb, line 183
def %(other = nil)
  if other
    old_percent(other)
  else
    Paggio::CSS::Unit.new(self, :%)
  end
end
Also aliased as: old_percent
css(*args, &block) click to toggle source
# File lib/paggio/now.rb, line 21
def css(*args, &block)
  puts Paggio.css(*args, &block)
end
html(*args, &block) click to toggle source
# File lib/paggio/now.rb, line 13
def html(*args, &block)
  puts Paggio.html(*args, &block)
end
html!(&block) click to toggle source
# File lib/paggio/now.rb, line 17
def html!(&block)
  puts Paggio.html!(&block)
end
old_percent(other = nil)
Alias for: %